PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFReplaceImageEvent Class
Methods


In This Topic
    PDFReplaceImageEvent Class Members
    In This Topic

    The following tables list the members exposed by PDFReplaceImageEvent.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the image that will replace the old image.  
    Public MethodGets the ID of the new image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodGets the image that will be replaced.
    This method returns a value if has been set to true.  
    Public MethodGets the ID of the old image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the image that will replace the old image.
    If this method is called with null parameter, the image will be removed from the page.  
    Public MethodSets the ID of the new image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also